home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
DeliBEEry.swf
/
scripts
/
frame_112
/
PlaceObject2_150_8
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-06
|
321 b
|
13 lines
onClipEvent(enterFrame){
if(this.hitTest(_root.sprite._x,_root.sprite._y,true))
{
_root.sprite.control = false;
_root.sprite._x = 18;
_root.sprite._y = 76;
_root.sprite.avancex = 0;
_root.sprite.avancey = 0;
_root.sprite.gravedad = 0;
_root.nextFrame();
}
}